home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '87 / SendPS ƒ / Read Me!.txt < prev    next >
Text File  |  1986-11-13  |  5KB  |  178 lines

  1.  
  2.  
  3. Colophon Three Disk 
  4.  
  5.  
  6.  
  7. Before starting:
  8.  
  9.  
  10.  
  11. Our intent in distributing this diskette is to inspire and inform. By  examining the code for the
  12. alphabet you will see how these special effects were produced. You are encouraged to use
  13. this code directly, change it, incorporate it into your own work and go beyond what you see
  14. here, to produce something new and exciting. Use this code as a starting point from which you
  15. can build logotypes, headlines and special graphics.  
  16.  
  17.  
  18.  
  19. To print the files which produce the alphabet from the Colophon 3 Showpage section you will
  20. need access to a POSTSCRIPT® printer. 
  21.  
  22.  
  23.  
  24.  
  25.  
  26. About the Alphabet: 
  27.  
  28.  
  29.  
  30. This diskette contains 26 POSTSCRIPT files taken from the Colophon 3 Showpage section.
  31. Each file is a short POSTSCRIPT program. These programs demonstrate different techniques
  32. and ideas for manipulating POSTSCRIPT fonts. In producing Colophon 3 we tried to show the
  33. variety of fonts available on POSTSCRIPT printers. Some of these fonts are not built into every
  34. POSTSCRIPT printer, but they are available as downloadable fonts. If you do not have these
  35. fonts, you should change the font to one which you can access, otherwise the printer will
  36. substitue Courier for the missing font. All POSTSCRIPT fonts except for the built-in Courier are
  37. described by their outline. Not being an outline font, Courier may cause some programs which
  38. manipulate the character path to fail.
  39.  
  40.  
  41.  
  42. The POSTSCRIPT programs which produce the alphabet are plain text files. To edit them use a
  43. text editor such as "Edit"or "QUED". Alternatively a word processor may be used if the files
  44. are then saved with the "text only" option. Neither  a text editor nor a word processor have
  45. been included on this Colophon 3 diskette. 
  46.  
  47.  
  48.  
  49. To change the font, look for the "findfont" operator, it is this POSTSCRIPT command which
  50. selects a font. Preceding the "findfont" operator is the font name, change this name to your
  51. selected font. For many of the programs if the font is changed the effect will not
  52. look the same and other parts of code will need to be adjusted.  At a minimum
  53. you will always find these outline fonts in a POSTSCRIPT printer.
  54.  
  55.  
  56.  
  57. Times-Roman    Helvetica
  58.  
  59. Times-Italic    Helvetica-Oblique
  60.  
  61. Times-Bold    Helvetica-Bold 
  62.  
  63. Times-BoldItalic    Helvetica-BoldOblique 
  64.  
  65.  
  66.  
  67. Example
  68.  
  69.  
  70.  
  71. find:
  72.  
  73.  
  74.  
  75.       /Galliard-BoldItalic findfont 200 scalefont setfont
  76.  
  77.  
  78.  
  79. change to:
  80.  
  81.  
  82.  
  83.       /Times-BoldItalic findfont 200 scalefont setfont       % was Galliard-BoldItalic
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. Adobe POSTSCRIPT fonts are available from Adobe Systems Inc. or an authorized Adobe Type
  98. Library dealer. For the name of the Adobe Systems' typeface dealer nearest you, or for more
  99. information on the type library call us at 1-800-29-ADOBE(outside California) or 
  100. 1-800-85-ADOBE(inside California).  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.     
  109.  
  110. About SendPS: 
  111.  
  112.  
  113.  
  114. This is an application program written at Adobe Systems Inc. SendPS is used to send
  115. POSTSCRIPT code directly to a POSTSCRIPT printer over  AppleTalk®. To use SendPS, launch
  116. the program and then select "Download  POSTSCRIPT File" from the "File" menu. From the
  117. dialog box pick the  POSTSCRIPT  program you wish to send. If there is an error in the
  118. POSTSCRIPT code, an error message from the printer will be shown on screen. Messages 
  119. sent from the printer will be stored in a printer log file. This log file  can be found in the volume
  120. from which SendPS was launched. 
  121.  
  122.  
  123.  
  124. Programming in POSTSCRIPT
  125.  
  126.  
  127.  
  128. If you would like to learn more about PostScript programming we have produced two books
  129. published by Addison-Wesley, the PostScript Language Reference Manual (ISBN
  130. 0-201-10174-2, $22.95, 336 pages, illustrated) and  the PostScript Language Tutorial and
  131. Cookbook (ISBN 0-201-10179-3, $16.95, 256 pages, illustrated).  
  132.  
  133.  
  134.  
  135. These books should be available in you local bookstore. Most bookstores will
  136. accept orders using the ISBN (International Standard Book Number) codes  given above. If
  137. you are unable to locate the books in your area, Adobe will  sell them for list price plus
  138. shipping and handling. 
  139.  
  140.  
  141.  
  142. The prices are:
  143.  
  144.  
  145.  
  146. PostScript Language Reference Manual  (@$28.00 in the 48 states, $33.00 elsewhere)
  147. PostScript Language Tutorial and Cookbook  (@$22.00 in the 48 states, $27.00 elsewhere) 
  148. Both books (@$45.00 in the 48 states, $50.00 elsewhere) 
  149.  
  150.  
  151.  
  152. To purchase the books from Adobe Systems, send your check and order to:
  153.  
  154.  
  155.  
  156.      POSTSCRIPT Language Books
  157.  
  158.      Adobe Systems Incorporated
  159.  
  160.      1870 Embarcadero Road
  161.  
  162.      Palo Alto, CA 94303
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. POSTSCRIPT  is a registered trademark of Adobe Systems Incorporated.
  175.  
  176. AppleTalk is a registered trademark of Apple Computer Incorporated.
  177.  
  178.